home *** CD-ROM | disk | FTP | other *** search
- ;OCL{{{}}}
- ;OCL{{{ comments
- ; some macros to control svc
- ;OCL}}}
- @if-using not(ocl-file-version)
- @use (ocl-file-version)
- ;OCL{{{ check-out
- ( deffun check-out
- ( if in-prompt ( return-from-macro ) fi
- delete-mode-view
- local
- ( force-bourne-shell )
- ( set force-bourne-shell true
- shell-command "co " "-l " "$ORIGAMIFILE
- )
- )
- )
- ;OCL}}}
- ;OCL{{{ check-in
- ( deffun check-in
- ( if in-prompt ( return-from-macro ) fi
- save-file
- add-mode-view
- local
- ( force-bourne-shell )
- ( set force-bourne-shell true
- shell-command "ci " "-u " "$ORIGAMIFILE
- )
- )
- )
- ;OCL}}}
- @fi
-